Repair the MSDOS build following latest changes.
authorEli Zaretskii <eliz@gnu.org>
Sun, 24 Apr 2011 12:48:30 +0000 (15:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Apr 2011 12:48:30 +0000 (15:48 +0300)
commit295bb018b551702967322dabaa8e1cc8c8f9f780
treed502332103b05383cd36215cc449d2ea4b8384aa
parent55fdd8a3bda86234a83880a87d5629d3a0ec38d0
Repair the MSDOS build following latest changes.

 msdos/sedlibmk.inp (am_libgnu_a_OBJECTS): Edit out
 allocator.$(OBJEXT).  Add editing for the new GNULIB_* and
 REPLACE_* variables.
 src/msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
 to changes in oldXMenu/XMenu.h from 2011-04-16.
 <menu_help_message, prev_menu_help_message>: Constify.
 (IT_menu_make_room): menu->help_text is now `const char **';
 adjust.
 src/msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
 to changes in oldXMenu/XMenu.h from 2011-04-16.
 (struct XMenu): Declare `help_text' `const char **'.
 src/xfaces.c <Qunspecified>: Make extern again.
 src/syntax.c: Include sys/types.h before including regex.h, as
 required by Posix.
msdos/ChangeLog
msdos/sedlibmk.inp
src/ChangeLog
src/msdos.c
src/msdos.h
src/syntax.c
src/xfaces.c